home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Texty / crackme / CrackMe1eq.exe / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  2001-06-06  |  978 b   |  53 lines

  1. object Form1: TForm1
  2.   Left = 267
  3.   Top = 178
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'CrackMe #1 By DiABLO'
  7.   ClientHeight = 73
  8.   ClientWidth = 217
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Default'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 10
  23.     Width = 28
  24.     Height = 13
  25.     Caption = 'Code:'
  26.   end
  27.   object Edit1: TEdit
  28.     Left = 40
  29.     Top = 8
  30.     Width = 161
  31.     Height = 21
  32.     TabOrder = 0
  33.   end
  34.   object Button1: TButton
  35.     Left = 8
  36.     Top = 40
  37.     Width = 81
  38.     Height = 25
  39.     Caption = 'Ok'
  40.     TabOrder = 1
  41.     OnClick = Button1Click
  42.   end
  43.   object Button2: TButton
  44.     Left = 136
  45.     Top = 40
  46.     Width = 75
  47.     Height = 25
  48.     Caption = 'Exit'
  49.     TabOrder = 2
  50.     OnClick = Button2Click
  51.   end
  52. end
  53.